MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class

In This Topic
DocumentBase<PageType> Class Methods
In This Topic

For a list of all members of this type, see DocumentBase<PageType> members.

Public Methods
 NameDescription
Public MethodClears text selection.  
Public MethodDisables cache to disk.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.  
Public MethodEnables cache to disk.  
Public MethodOverloaded. Search for the specified character string.  
Public MethodOverloaded. Loads document from the specified System.IO.Stream.  
Public MethodLoads a document from the specified data path.  
Public MethodOverloaded. Saves document to the specified file.  
Top
See Also